home *** CD-ROM | disk | FTP | other *** search
/ SGI Varsity Update 1998 August / SGI Varsity Update 1998 August.iso / docs6.4 / relnotes / pcp / ch5.z / ch5
Text File  |  1998-07-29  |  4KB  |  133 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        5.  _K_n_o_w_n__P_r_o_b_l_e_m_s__a_n_d__W_o_r_k_a_r_o_u_n_d_s
  9.  
  10.           +o The ``environ'' PMDA for Challenge/Onyx systems has not
  11.             yet been ported to the ORIGIN product range.
  12.  
  13.           +o Performance metrics are not reported for SCSI LUNs that
  14.             were inactive at the time the Performance Metrics
  15.             Collector Daemon ppppmmmmccccdddd(1) was started.  The ppppmmmmccccdddd
  16.             initialization procedure cannot identify inactive SCSI
  17.             LUNs, as found on RAID devices, that may later become
  18.             active, in fail-over situations for example.  When run
  19.             as rrrrooooooootttt, the following will restart ppppmmmmccccdddd and include
  20.             the newly active devices:
  21.  
  22.                       # /etc/init.d/pcp start
  23.  
  24.           +o Many PCP tools support command line options (----SSSS, ----TTTT, ----OOOO
  25.             and ----AAAA) to define a ``time window'' of interest.  This
  26.             concept is well defined and fully supported when the
  27.             source of the performance metrics is an archive.  For
  28.             real-time sources, the time window specification may be
  29.             parsed, but silently ignored, by some tools.
  30.  
  31.           +o There is no SGIHelp for ppppmmmmrrrruuuulllleeeessss(1).  Refer to the
  32.             reference page, and the _P_C_P _U_s_e_r'_s _a_n_d _A_d_m_i_n_i_s_t_r_a_t_o_r'_s
  33.             _G_u_i_d_e.
  34.  
  35.           +o On a PCP collector machine, if there is no network
  36.             interface configured to the name of the host (as
  37.             returned by hhhhoooossssttttnnnnaaaammmmeeee(1)), then PCP monitor tools trying
  38.             to connect to the local ppppmmmmccccdddd(1) will tend to fail, as
  39.             they try to use the real host name rather than
  40.             _l_o_c_a_l_h_o_s_t to avoid confusion at the user interface.
  41.  
  42.             If this happens, use the command line option
  43.                                  ----hhhh llllooooccccaaaallllhhhhoooosssstttt
  44.             to force monitor tools to connect to ppppmmmmccccdddd(1) using
  45.             _l_o_c_a_l_h_o_s_t.
  46.  
  47.           +o If you have version 1.2 or earlier of the SC4-PCPORA7
  48.             product (the ORACLE add-on) and you need to re-install
  49.             either the oooorrrraaaacccclllleeee7777 or the oooorrrraaaappppiiiinnnngggg PMDAs, then the
  50.             following minor changes will be required to macros in
  51.             the Makefiles to ensure the PCP 1.x headers and
  52.             libraries are used.
  53.  
  54.             /_v_a_r/_p_c_p/_p_m_d_a_s/_o_r_a_c_l_e_7/_M_a_k_e_f_i_l_e._o_r_a
  55.             Change the LLLLDDDDLLLLIIIIBBBBSSSS macro from
  56.                 LDLIBS = -lpcp -lgen $(PCPLINKOPTS)
  57.             to
  58.                 LDLIBS = /usr/lib/libpcp.so.1 -lgen \
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.                          $(PCPLINKOPTS)
  75.             If you are creating n32 or n64 binaries then use
  76.             /_u_s_r/_l_i_b_3_2 or /_u_s_r/_l_i_b_6_4 in place of /_u_s_r/_l_i_b.
  77.  
  78.             /_v_a_r/_p_c_p/_p_m_d_a_s/_o_r_a_p_i_n_g/_M_a_k_e_f_i_l_e._o_r_a
  79.             Change the CCCCFFFFLLLLAAAAGGGGSSSS and LLLLDDDDLLLLIIIIBBBBSSSS macros from
  80.                 CFLAGS = -$(OBJECT_STYLE) $(ORACFLAGS)
  81.                 LDLIBS = -lpcp_pmda -lpcp -lgen -lc
  82.             to
  83.                 CFLAGS = -I/usr/include/pcp1.x \
  84.                          -$(OBJECT_STYLE) $(ORACFLAGS)
  85.                 LDLIBS = /usr/lib/libpcp_pmda.so.1 \
  86.                          /usr/lib/libpcp.so.1 -lgen -lc
  87.             If you are creating n32 or n64 binaries then use
  88.             /_u_s_r/_l_i_b_3_2 or /_u_s_r/_l_i_b_6_4 in place of /_u_s_r/_l_i_b for both
  89.             libraries in the LLLLDDDDLLLLIIIIBBBBSSSS macro.
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.